home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / aboutd / about.dfm / about.txt next >
Encoding:
Text File  |  1995-12-22  |  7.1 KB  |  358 lines

  1. object AboutBox: TAboutBox
  2.   Left = 202
  3.   Top = 131
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 313
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 12
  17.     Top = 152
  18.     Width = 102
  19.     Height = 13
  20.     Caption = 'Windows Version:'
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.     WordWrap = True
  27.     IsControl = True
  28.   end
  29.   object Label2: TLabel
  30.     Left = 12
  31.     Top = 168
  32.     Width = 77
  33.     Height = 13
  34.     Caption = 'DOS Version:'
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     WordWrap = True
  41.     IsControl = True
  42.   end
  43.   object WinVersion: TLabel
  44.     Left = 128
  45.     Top = 152
  46.     Width = 161
  47.     Height = 13
  48.     AutoSize = False
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     WordWrap = True
  55.     IsControl = True
  56.   end
  57.   object DosVersion: TLabel
  58.     Left = 128
  59.     Top = 168
  60.     Width = 161
  61.     Height = 13
  62.     AutoSize = False
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     WordWrap = True
  69.     IsControl = True
  70.   end
  71.   object Label3: TLabel
  72.     Left = 12
  73.     Top = 184
  74.     Width = 75
  75.     Height = 13
  76.     Caption = 'Coprocessor:'
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.     WordWrap = True
  83.     IsControl = True
  84.   end
  85.   object Coprocessor: TLabel
  86.     Left = 128
  87.     Top = 184
  88.     Width = 162
  89.     Height = 13
  90.     AutoSize = False
  91.     Font.Color = clBlack
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = []
  95.     ParentFont = False
  96.     WordWrap = True
  97.     IsControl = True
  98.   end
  99.   object Label4: TLabel
  100.     Left = 12
  101.     Top = 200
  102.     Width = 30
  103.     Height = 13
  104.     Caption = 'CPU:'
  105.     Font.Color = clBlack
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.     WordWrap = True
  111.     IsControl = True
  112.   end
  113.   object CPU: TLabel
  114.     Left = 128
  115.     Top = 200
  116.     Width = 162
  117.     Height = 13
  118.     AutoSize = False
  119.     Font.Color = clBlack
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     WordWrap = True
  125.     IsControl = True
  126.   end
  127.   object Label5: TLabel
  128.     Left = 12
  129.     Top = 224
  130.     Width = 77
  131.     Height = 13
  132.     Caption = 'Free Memory:'
  133.     Font.Color = clBlack
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = [fsBold]
  137.     ParentFont = False
  138.     WordWrap = True
  139.     IsControl = True
  140.   end
  141.   object FreeMemory: TLabel
  142.     Left = 128
  143.     Top = 224
  144.     Width = 162
  145.     Height = 13
  146.     AutoSize = False
  147.     Font.Color = clBlack
  148.     Font.Height = -11
  149.     Font.Name = 'MS Sans Serif'
  150.     Font.Style = []
  151.     ParentFont = False
  152.     WordWrap = True
  153.     IsControl = True
  154.   end
  155.   object Label6: TLabel
  156.     Left = 12
  157.     Top = 240
  158.     Width = 94
  159.     Height = 13
  160.     Caption = 'Free Resources:'
  161.     Font.Color = clBlack
  162.     Font.Height = -11
  163.     Font.Name = 'MS Sans Serif'
  164.     Font.Style = [fsBold]
  165.     ParentFont = False
  166.     WordWrap = True
  167.     IsControl = True
  168.   end
  169.   object FreeResources: TLabel
  170.     Left = 128
  171.     Top = 240
  172.     Width = 163
  173.     Height = 13
  174.     AutoSize = False
  175.     Font.Color = clBlack
  176.     Font.Height = -11
  177.     Font.Name = 'MS Sans Serif'
  178.     Font.Style = []
  179.     ParentFont = False
  180.     WordWrap = True
  181.     IsControl = True
  182.   end
  183.   object Label8: TLabel
  184.     Left = 12
  185.     Top = 112
  186.     Width = 31
  187.     Height = 13
  188.     Caption = 'User:'
  189.     Font.Color = clBlack
  190.     Font.Height = -11
  191.     Font.Name = 'MS Sans Serif'
  192.     Font.Style = [fsBold]
  193.     ParentFont = False
  194.     WordWrap = True
  195.     IsControl = True
  196.   end
  197.   object UserName: TLabel
  198.     Left = 128
  199.     Top = 112
  200.     Width = 163
  201.     Height = 13
  202.     AutoSize = False
  203.     Font.Color = clBlack
  204.     Font.Height = -11
  205.     Font.Name = 'MS Sans Serif'
  206.     Font.Style = []
  207.     ParentFont = False
  208.     WordWrap = True
  209.     IsControl = True
  210.   end
  211.   object Label10: TLabel
  212.     Left = 12
  213.     Top = 128
  214.     Width = 56
  215.     Height = 13
  216.     Caption = 'Company:'
  217.     Font.Color = clBlack
  218.     Font.Height = -11
  219.     Font.Name = 'MS Sans Serif'
  220.     Font.Style = [fsBold]
  221.     ParentFont = False
  222.     WordWrap = True
  223.     IsControl = True
  224.   end
  225.   object CompanyName: TLabel
  226.     Left = 128
  227.     Top = 128
  228.     Width = 164
  229.     Height = 13
  230.     AutoSize = False
  231.     Font.Color = clBlack
  232.     Font.Height = -11
  233.     Font.Name = 'MS Sans Serif'
  234.     Font.Style = []
  235.     ParentFont = False
  236.     WordWrap = True
  237.     IsControl = True
  238.   end
  239.   object Label9: TLabel
  240.     Left = 12
  241.     Top = 256
  242.     Width = 105
  243.     Height = 13
  244.     Caption = 'Free Disk Space:'
  245.     Font.Color = clBlack
  246.     Font.Height = -11
  247.     Font.Name = 'MS Sans Serif'
  248.     Font.Style = [fsBold]
  249.     ParentFont = False
  250.     WordWrap = True
  251.     IsControl = True
  252.   end
  253.   object FreeDisk: TLabel
  254.     Left = 128
  255.     Top = 256
  256.     Width = 163
  257.     Height = 13
  258.     AutoSize = False
  259.     Font.Color = clBlack
  260.     Font.Height = -11
  261.     Font.Name = 'MS Sans Serif'
  262.     Font.Style = []
  263.     ParentFont = False
  264.     WordWrap = True
  265.     IsControl = True
  266.   end
  267.   object Panel1: TPanel
  268.     Left = 8
  269.     Top = 8
  270.     Width = 281
  271.     Height = 93
  272.     BevelInner = bvRaised
  273.     BevelOuter = bvLowered
  274.     TabOrder = 0
  275.     object ProgramIcon: TImage
  276.       Left = 8
  277.       Top = 8
  278.       Width = 32
  279.       Height = 32
  280.       Picture.Data = {<image000.bmp>}
  281.       Stretch = True
  282.       IsControl = True
  283.     end
  284.     object ProductName: TLabel
  285.       Left = 56
  286.       Top = 8
  287.       Width = 189
  288.       Height = 13
  289.       AutoSize = False
  290.       Caption = 'Product Name'
  291.       Font.Color = clBlack
  292.       Font.Height = -11
  293.       Font.Name = 'MS Sans Serif'
  294.       Font.Style = [fsBold]
  295.       ParentFont = False
  296.       IsControl = True
  297.     end
  298.     object Version: TLabel
  299.       Left = 56
  300.       Top = 28
  301.       Width = 217
  302.       Height = 13
  303.       AutoSize = False
  304.       Caption = 'Version'
  305.       Font.Color = clBlack
  306.       Font.Height = -11
  307.       Font.Name = 'MS Sans Serif'
  308.       Font.Style = []
  309.       ParentFont = False
  310.       IsControl = True
  311.     end
  312.     object Copyright: TLabel
  313.       Left = 8
  314.       Top = 52
  315.       Width = 265
  316.       Height = 13
  317.       AutoSize = False
  318.       Caption = 'Copyright'
  319.       Font.Color = clBlack
  320.       Font.Height = -11
  321.       Font.Name = 'MS Sans Serif'
  322.       Font.Style = []
  323.       ParentFont = False
  324.       IsControl = True
  325.     end
  326.     object Comments: TLabel
  327.       Left = 8
  328.       Top = 72
  329.       Width = 265
  330.       Height = 13
  331.       AutoSize = False
  332.       Caption = 'Comments'
  333.       Font.Color = clBlack
  334.       Font.Height = -11
  335.       Font.Name = 'MS Sans Serif'
  336.       Font.Style = []
  337.       ParentFont = False
  338.       WordWrap = True
  339.       IsControl = True
  340.     end
  341.   end
  342.   object Button1: TButton
  343.     Left = 118
  344.     Top = 280
  345.     Width = 62
  346.     Height = 26
  347.     Caption = 'OK'
  348.     Default = True
  349.     Font.Color = clBlack
  350.     Font.Height = -13
  351.     Font.Name = 'System'
  352.     Font.Style = [fsBold]
  353.     ParentFont = False
  354.     TabOrder = 1
  355.     OnClick = Button1Click
  356.   end
  357. end
  358.